home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETWLBS.IN_ / netwlbs.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  2.1 KB  |  73 lines

  1. ; -- NETWLBS.INX --
  2. ;
  3. ; Windows Load Balancing Service
  4. ;
  5. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  6.  
  7. [Version]
  8. Signature  = "$Windows NT$"
  9. Class      = NetService
  10. ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}
  11. Provider   = %Msft%
  12. LayoutFile = layout.inf
  13. DriverVer=10/01/2002,5.2.3790.0
  14.  
  15. [Manufacturer]
  16. %Msft% = MSFT
  17.  
  18. [MSFT]
  19. %WLBS_Desc% = WLBS.ndi, ms_wlbs
  20.  
  21. [WLBS.ndi]
  22. ProfileItems=NLBMgrProfile
  23. AddReg = WLBS.ndi.AddReg
  24. Characteristics = 0x490 ; NCF_FILTER | NCF_NO_SERVICE | NCF_HAS_UI
  25.  
  26. [WLBS.ndi.Services]
  27. AddService = WLBS, , WLBS.AddService, WLBS.AddEventLog
  28.  
  29. [WLBS.AddService]
  30. DisplayName    = %WLBS_Desc%
  31. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  32. StartType      = 3 ;SERVICE_DEMAND_START
  33. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  34. ServiceBinary  = %12%\wlbs.sys
  35. LoadOrderGroup = PNP_TDI
  36. Description    = %WLBS_Desc%
  37.  
  38. [WLBS.AddEventLog]
  39. AddReg = WLBS.AddEventLog.AddReg
  40.  
  41. [WLBS.AddEventLog.AddReg]
  42. HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\drivers\wlbs.sys;%%SystemRoot%%\System32\netevent.dll;%%SystemRoot%%\System32\netcfgx.dll;%%SystemRoot%%\System32\wbem\nlbmprov.dll"
  43. HKR, , TypesSupported,   0x10001, 7
  44.  
  45. [WLBS.ndi.AddReg]
  46. HKR, Ndi,            ClsID,               , {bf0eaea8-c122-11d2-94f4-00c04f72d8c4}
  47. ;HKR, Ndi,            ComponentDll,        , wlbs.dll
  48. HKR, Ndi,            HelpText,            , "@netcfgx.dll,-50019"
  49. HKR, Ndi,            FilterClass,         , loadbalance
  50. HKR, Ndi,            FilterDeviceInfId,   , ms_wlbsmp
  51. HKR, Ndi,            Service,             , Wlbs
  52. HKR, Ndi\Interfaces, UpperRange,          , noupper
  53. HKR, Ndi\Interfaces, LowerRange,          , nolower
  54. HKR, Ndi\Interfaces, LowerExclude,        , "ndisatm, ndiscowan, ndiswan, ndiswanasync, ndiswanipx, ndiswannbf, ndiswanip, ndiswanbh, ndiswanatalk, ndis1394"
  55.  
  56. [NLBMgrProfile]
  57. Name=%NLB_Manager%
  58. CmdLine=11,,nlbmgr.exe
  59. SubDir=%Administrative_Tools%
  60. InfoTip="@%11%\wbem\nlbmprov.dll,-244"
  61. DisplayResource="%11%\wbem\nlbmprov.dll",243
  62.  
  63.  
  64. [Strings]
  65. Msft = "Microsoft"
  66.  
  67. WLBS_Desc = "Network Load Balancing"
  68.  
  69. NLB_Manager="Network Load Balancing Manager"
  70. Administrative_Tools="Administrative Tools"
  71.  
  72.  
  73.